ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ItemCollection<T> Class / ToArray Method

In This Topic
    ToArray Method (ItemCollection<T>)
    In This Topic
    Converts collection to the array.
    Syntax
    'Declaration
     
    Public Function ToArray() As T()
    public T[] ToArray()
    See Also